home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00108_Script_backward script < prev    next >
Text File  |  1999-09-22  |  429b  |  15 lines

  1. on mousedown
  2.   global name, cspname,getspchannel,mainframe
  3.   set name to the name of member(the member of sprite the clickon)
  4.   set rr to "r"& name
  5.   set the member of sprite the clickon to the number of member rr of castlib "eb.cst"
  6.   updatestage
  7.   set the visible of sprite 70 to true
  8.   --  updateStage
  9.   if mainframe = void or mainframe < 0 then 
  10.     set mainframe to 1
  11.     end if
  12.     go to frame mainframe
  13. end
  14.  
  15.